Searched defs:syscall_stub_table (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.7.0/components/esp_rom/include/esp32c2/rom/ |
D | libc_stubs.h | 34 struct syscall_stub_table struct 36 struct _reent* (*__getreent)(void); 37 void* (*_malloc_r)(struct _reent *r, size_t); 38 void (*_free_r)(struct _reent *r, void*); 39 void* (*_realloc_r)(struct _reent *r, void*, size_t); 40 void* (*_calloc_r)(struct _reent *r, size_t, size_t); 41 void (*_abort)(void); 42 int (*_system_r)(struct _reent *r, const char*); 43 int (*_rename_r)(struct _reent *r, const char*, const char*); 44 clock_t (*_times_r)(struct _reent *r, struct tms *); [all …]
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c3/rom/ |
D | libc_stubs.h | 34 struct syscall_stub_table struct 36 struct _reent* (*__getreent)(void); 37 void* (*_malloc_r)(struct _reent *r, size_t); 38 void (*_free_r)(struct _reent *r, void*); 39 void* (*_realloc_r)(struct _reent *r, void*, size_t); 40 void* (*_calloc_r)(struct _reent *r, size_t, size_t); 41 void (*_abort)(void); 42 int (*_system_r)(struct _reent *r, const char*); 43 int (*_rename_r)(struct _reent *r, const char*, const char*); 44 clock_t (*_times_r)(struct _reent *r, struct tms *); [all …]
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c6/rom/ |
D | libc_stubs.h | 34 struct syscall_stub_table { struct 35 struct _reent *(*__getreent)(void); 36 void *(*_malloc_r)(struct _reent *r, size_t); 37 void (*_free_r)(struct _reent *r, void *); 38 void *(*_realloc_r)(struct _reent *r, void *, size_t); 39 void *(*_calloc_r)(struct _reent *r, size_t, size_t); 40 void (*_abort)(void); 41 int (*_system_r)(struct _reent *r, const char *); 42 int (*_rename_r)(struct _reent *r, const char *, const char *); 43 clock_t (*_times_r)(struct _reent *r, struct tms *); [all …]
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32h2/rom/ |
D | libc_stubs.h | 34 struct syscall_stub_table struct 36 struct _reent* (*__getreent)(void); 37 void* (*_malloc_r)(struct _reent *r, size_t); 38 void (*_free_r)(struct _reent *r, void*); 39 void* (*_realloc_r)(struct _reent *r, void*, size_t); 40 void* (*_calloc_r)(struct _reent *r, size_t, size_t); 41 void (*_abort)(void); 42 int (*_system_r)(struct _reent *r, const char*); 43 int (*_rename_r)(struct _reent *r, const char*, const char*); 44 clock_t (*_times_r)(struct _reent *r, struct tms *); [all …]
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32s3/rom/ |
D | libc_stubs.h | 35 struct syscall_stub_table struct 37 struct _reent* (*__getreent)(void); 38 void* (*_malloc_r)(struct _reent *r, size_t); 39 void (*_free_r)(struct _reent *r, void*); 40 void* (*_realloc_r)(struct _reent *r, void*, size_t); 41 void* (*_calloc_r)(struct _reent *r, size_t, size_t); 42 void (*_abort)(void); 43 int (*_system_r)(struct _reent *r, const char*); 44 int (*_rename_r)(struct _reent *r, const char*, const char*); 45 clock_t (*_times_r)(struct _reent *r, struct tms *); [all …]
|
/hal_espressif-3.7.0/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 …]
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32s2/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 …]
|