Home
last modified time | relevance | path

Searched refs:s_stub_table (Results 1 – 1 of 1) sorted by relevance

/device/soc/esp/esp32/components/newlib/
Dnewlib_init.c60 static struct syscall_stub_table s_stub_table = { variable
135 syscall_table_ptr_pro = syscall_table_ptr_app = &s_stub_table; in esp_newlib_init()
137 syscall_table_ptr_pro = &s_stub_table; in esp_newlib_init()
139 syscall_table_ptr = &s_stub_table; in esp_newlib_init()