Searched defs:_fstat_r (Results 1 – 10 of 10) sorted by relevance
/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/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
|