Searched refs:_link_r (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-3.7.0/components/newlib/ |
D | newlib_init.c | 72 ._link_r = &_link_r,
|
D | syscalls.c | 108 int _link_r(struct _reent *r, const char* n1, const char* n2)
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32/rom/ |
D | libc_stubs.h | 56 int (*_link_r)(struct _reent *r, const char*, const char*); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32s2/rom/ |
D | libc_stubs.h | 56 int (*_link_r)(struct _reent *r, const char*, const char*); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c2/rom/ |
D | libc_stubs.h | 48 int (*_link_r)(struct _reent *r, const char*, const char*); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c3/rom/ |
D | libc_stubs.h | 48 int (*_link_r)(struct _reent *r, const char*, const char*); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c6/rom/ |
D | libc_stubs.h | 47 int (*_link_r)(struct _reent *r, const char *, const char *); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32h2/rom/ |
D | libc_stubs.h | 48 int (*_link_r)(struct _reent *r, const char*, const char*); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32s3/rom/ |
D | libc_stubs.h | 49 int (*_link_r)(struct _reent *r, const char*, const char*); member
|
/hal_espressif-3.7.0/components/esp_rom/esp32/ld/ |
D | esp32.rom.syscalls.ld | 44 PROVIDE ( _link_r = 0x4000bc9c );
|
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/ld/ |
D | rom_32s2.ld | 497 PROVIDE ( _link_r = 0x4001a0ac ); symbol
|
D | rom_32.ld | 370 PROVIDE ( _link_r = 0x4000bc9c ); symbol
|
D | rom_32s3_beta_2.ld | 733 PROVIDE ( _link_r = 0x4005459c ); symbol
|