Searched defs:syscall_stub_table (Results 1 – 1 of 1) sorted by relevance
| /device/soc/esp/esp32/components/esp_rom/include/esp32/rom/ |
| D | libc_stubs.h | 42 struct syscall_stub_table struct 44 struct _reent* (*__getreent)(void); 45 void* (*_malloc_r)(struct _reent *r, size_t); 46 void (*_free_r)(struct _reent *r, void*); 47 void* (*_realloc_r)(struct _reent *r, void*, size_t); 48 void* (*_calloc_r)(struct _reent *r, size_t, size_t); 49 void (*_abort)(void); 50 int (*_system_r)(struct _reent *r, const char*); 51 int (*_rename_r)(struct _reent *r, const char*, const char*); 52 clock_t (*_times_r)(struct _reent *r, struct tms *); [all …]
|