Searched refs:_stat_r (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-3.7.0/components/newlib/ |
D | newlib_init.c | 73 ._stat_r = &_stat_r,
|
D | syscalls.c | 106 int _stat_r(struct _reent *r, const char * path, struct stat * st)
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32/rom/ |
D | libc_stubs.h | 57 int (*_stat_r)(struct _reent *r, const char*, struct stat *); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32s2/rom/ |
D | libc_stubs.h | 57 int (*_stat_r)(struct _reent *r, const char*, struct stat *); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c2/rom/ |
D | libc_stubs.h | 49 int (*_stat_r)(struct _reent *r, const char*, struct stat *); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c3/rom/ |
D | libc_stubs.h | 49 int (*_stat_r)(struct _reent *r, const char*, struct stat *); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c6/rom/ |
D | libc_stubs.h | 48 int (*_stat_r)(struct _reent *r, const char *, struct stat *); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32h2/rom/ |
D | libc_stubs.h | 49 int (*_stat_r)(struct _reent *r, const char*, struct stat *); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32s3/rom/ |
D | libc_stubs.h | 50 int (*_stat_r)(struct _reent *r, const char*, struct stat *); member
|
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/ld/ |
D | rom_32s2.ld | 841 PROVIDE ( _stat_r = 0x4001a0c4 ); symbol
|
D | rom_32.ld | 1580 PROVIDE ( _stat_r = 0x4000bcb4 ); symbol
|
D | rom_32s3_beta_2.ld | 2154 PROVIDE ( _stat_r = 0x400545b4 ); symbol
|
/hal_espressif-3.7.0/components/esp_rom/esp32/ld/ |
D | esp32.rom.ld | 1321 PROVIDE ( _stat_r = 0x4000bcb4 ); symbol
|