Searched refs:_gettimeofday_r (Results 1 – 21 of 21) sorted by relevance
/hal_espressif-3.5.0/components/newlib/ |
D | time.c | 168 _gettimeofday_r(r, &tv, NULL); in _times_r() 172 int IRAM_ATTR _gettimeofday_r(struct _reent *r, struct timeval *tv, void *tz) in _gettimeofday_r() function 262 _gettimeofday_r(NULL, &tv, NULL); in clock_gettime()
|
D | newlib_init.c | 73 ._gettimeofday_r = &_gettimeofday_r,
|
/hal_espressif-3.5.0/components/esp_rom/include/esp32/rom/ |
D | libc_stubs.h | 53 int (*_gettimeofday_r) (struct _reent *r, struct timeval *, void *); member
|
/hal_espressif-3.5.0/components/esp_rom/include/esp32s2/rom/ |
D | libc_stubs.h | 53 int (*_gettimeofday_r) (struct _reent *r, struct timeval *, void *); member
|
/hal_espressif-3.5.0/components/esp_rom/include/esp32c3/rom/ |
D | libc_stubs.h | 53 int (*_gettimeofday_r) (struct _reent *r, struct timeval *, void *); member
|
/hal_espressif-3.5.0/components/esp_rom/include/esp32s3/rom/ |
D | libc_stubs.h | 54 int (*_gettimeofday_r) (struct _reent *r, struct timeval *, void *); member
|
/hal_espressif-3.5.0/components/esp_rom/include/esp32h2/rom/ |
D | libc_stubs.h | 53 int (*_gettimeofday_r) (struct _reent *r, struct timeval *, void *); member
|
/hal_espressif-3.5.0/components/esp_rom/esp32/ld/ |
D | esp32.rom.syscalls.ld | 21 PROVIDE ( _gettimeofday_r = 0x4000bc58 );
|
/hal_espressif-3.5.0/components/esptool_py/esptool/flasher_stub/ld/ |
D | rom_32s2.ld | 419 PROVIDE ( _gettimeofday_r = 0x4001a068 ); symbol
|
D | rom_32.ld | 258 PROVIDE ( _gettimeofday_r = 0x4000bc58 ); symbol
|
D | rom_32s3_beta_2.ld | 574 PROVIDE ( _gettimeofday_r = 0x40054558 ); symbol
|
/hal_espressif-3.5.0/tools/test_idf_size/ |
D | app_esp32c3.map | 124 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_gettimeofday_r) 6102 0x0000000040381882 _gettimeofday_r 14491 _gettimeofday_r esp-idf/newlib/libnewlib.a(time.c.obj)
|
D | app_esp32h2.map | 116 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_gettimeofday_r) 6076 0x0000000040381792 _gettimeofday_r 12837 _gettimeofday_r esp-idf/newlib/libnewlib.a(time.c.obj)
|
D | app_esp32s3.map | 138 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_gettimeofday_r) 8284 0x0000000040376abc _gettimeofday_r 18157 _gettimeofday_r esp-idf/newlib/libnewlib.a(time.c.obj)
|
D | app_esp32s2.map | 8076 0x0000000040025b48 _gettimeofday_r 13912 _gettimeofday_r esp-idf/newlib/libnewlib.a(time.c.obj)
|
D | app2.map | 9355 0x0000000040082470 _gettimeofday_r 15713 _gettimeofday_r esp-idf/newlib/libnewlib.a(time.c.obj)
|
D | app.map | 17526 0x0000000040082c34 _gettimeofday_r 24672 [!provide] PROVIDE (_gettimeofday_r, 0x4000bc58)
|
D | overflow.map | 144 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_gettimeofday_r) 27252 0x000000004008307c _gettimeofday_r 65372 _gettimeofday_r esp-idf/newlib/libnewlib.a(time.c.obj)
|
D | overflow_esp32s2.map | 138 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_gettimeofday_r) 28024 0x0000000040024d18 _gettimeofday_r 66470 _gettimeofday_r esp-idf/newlib/libnewlib.a(time.c.obj)
|
D | overflow_esp32c3.map | 136 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_gettimeofday_r) 19417 0x0000000040381f4c _gettimeofday_r 57694 _gettimeofday_r esp-idf/newlib/libnewlib.a(time.c.obj)
|
D | overflow_esp32s3.map | 152 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_gettimeofday_r) 34969 0x0000000040378760 _gettimeofday_r 79444 _gettimeofday_r esp-idf/newlib/libnewlib.a(time.c.obj)
|