Searched refs:_write_r (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-latest/components/newlib/ |
D | newlib_init.c | 81 ._write_r = (int (*)(struct _reent *r, int, const void *, int)) &_write_r,
|
D | syscalls.c | 83 ssize_t _write_r(struct _reent *r, int fd, const void * data, size_t size)
|
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | libc_stubs.h | 65 int (*_write_r)(struct _reent *r, int, const void *, int); member
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | libc_stubs.h | 65 int (*_write_r)(struct _reent *r, int, const void *, int); member
|
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/ |
D | libc_stubs.h | 57 int (*_write_r)(struct _reent *r, int, const void *, int); member
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | libc_stubs.h | 57 int (*_write_r)(struct _reent *r, int, const void *, int); member
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | libc_stubs.h | 56 int (*_write_r)(struct _reent *r, int, const void *, int); member
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | libc_stubs.h | 57 int (*_write_r)(struct _reent *r, int, const void *, int); member
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | libc_stubs.h | 58 int (*_write_r)(struct _reent *r, int, const void *, int); member
|
/hal_espressif-latest/components/esp_rom/esp32/ld/ |
D | esp32.rom.syscalls.ld | 50 PROVIDE ( _write_r = 0x4000bd70 );
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_32s2.ld | 1022 PROVIDE ( _write_r = 0x4001a180 ); symbol
|
D | rom_32.ld | 1719 PROVIDE ( _write_r = 0x4000bd70 ); symbol
|
D | rom_32s3_beta_2.ld | 2352 PROVIDE ( _write_r = 0x40054670 ); symbol
|