Searched defs:_kill_r (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | libc_stubs.h | 61 int (*_kill_r)(struct _reent *r, int, int); member
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | libc_stubs.h | 61 int (*_kill_r)(struct _reent *r, int, int); member
|
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/ |
D | libc_stubs.h | 53 int (*_kill_r)(struct _reent *r, int, int); member
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | libc_stubs.h | 53 int (*_kill_r)(struct _reent *r, int, int); member
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | libc_stubs.h | 52 int (*_kill_r)(struct _reent *r, int, int); member
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | libc_stubs.h | 53 int (*_kill_r)(struct _reent *r, int, int); member
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | libc_stubs.h | 54 int (*_kill_r)(struct _reent *r, int, int); member
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_32s2.ld | 471 PROVIDE ( _kill_r = 0x4001a120 ); symbol
|
D | rom_32.ld | 338 PROVIDE ( _kill_r = 0x4000bd10 ); symbol
|
D | rom_32s3_beta_2.ld | 707 PROVIDE ( _kill_r = 0x40054610 ); symbol
|