Searched refs:_fstat_r (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-3.7.0/components/newlib/ |
D | newlib_init.c | 74 ._fstat_r = &_fstat_r,
|
D | syscalls.c | 85 int _fstat_r (struct _reent *r, int fd, struct stat *st)
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32/rom/ |
D | libc_stubs.h | 58 int (*_fstat_r)(struct _reent *r, int, struct stat *); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32s2/rom/ |
D | libc_stubs.h | 58 int (*_fstat_r)(struct _reent *r, int, struct stat *); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c2/rom/ |
D | libc_stubs.h | 50 int (*_fstat_r)(struct _reent *r, int, struct stat *); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c3/rom/ |
D | libc_stubs.h | 50 int (*_fstat_r)(struct _reent *r, int, struct stat *); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c6/rom/ |
D | libc_stubs.h | 49 int (*_fstat_r)(struct _reent *r, int, struct stat *); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32h2/rom/ |
D | libc_stubs.h | 50 int (*_fstat_r)(struct _reent *r, int, struct stat *); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32s3/rom/ |
D | libc_stubs.h | 51 int (*_fstat_r)(struct _reent *r, int, struct stat *); member
|
/hal_espressif-3.7.0/components/esp_rom/esp32/ld/ |
D | esp32.rom.syscalls.ld | 43 PROVIDE ( _fstat_r = 0x4000bccc );
|
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/ld/ |
D | rom_32s2.ld | 407 PROVIDE ( _fstat_r = 0x4001a0dc ); symbol
|
D | rom_32.ld | 247 PROVIDE ( _fstat_r = 0x4000bccc ); symbol
|
D | rom_32s3_beta_2.ld | 561 PROVIDE ( _fstat_r = 0x400545cc ); symbol
|