Searched refs:_kill_r (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-latest/components/newlib/ |
D | newlib_init.c | 77 ._kill_r = &_kill_r,
|
D | syscalls.c | 129 int _kill_r(struct _reent *r, int pid, int sig)
|
/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/components/esp_rom/esp32/ld/ |
D | esp32.rom.syscalls.ld | 22 PROVIDE ( _kill_r = 0x4000bd10 );
|
/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
|