Searched defs:_stat_r (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | libc_stubs.h | 57 int (*_stat_r)(struct _reent *r, const char*, struct stat *); member
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | libc_stubs.h | 57 int (*_stat_r)(struct _reent *r, const char*, struct stat *); member
|
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/ |
D | libc_stubs.h | 49 int (*_stat_r)(struct _reent *r, const char*, struct stat *); member
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | libc_stubs.h | 49 int (*_stat_r)(struct _reent *r, const char*, struct stat *); member
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | libc_stubs.h | 48 int (*_stat_r)(struct _reent *r, const char *, struct stat *); member
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | libc_stubs.h | 49 int (*_stat_r)(struct _reent *r, const char*, struct stat *); member
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | libc_stubs.h | 50 int (*_stat_r)(struct _reent *r, const char*, struct stat *); member
|
/hal_espressif-latest/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-latest/components/esp_rom/esp32/ld/ |
D | esp32.rom.ld | 1324 PROVIDE ( _stat_r = 0x4000bcb4 ); symbol
|