Home
last modified time | relevance | path

Searched defs:syscall_stub_table (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/
Dlibc_stubs.h42 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.6.0/components/esp_rom/include/esp32c3/rom/
Dlibc_stubs.h42 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.6.0/components/esp_rom/include/esp32s3/rom/
Dlibc_stubs.h43 struct syscall_stub_table struct
45 struct _reent* (*__getreent)(void);
46 void* (*_malloc_r)(struct _reent *r, size_t);
47 void (*_free_r)(struct _reent *r, void*);
48 void* (*_realloc_r)(struct _reent *r, void*, size_t);
49 void* (*_calloc_r)(struct _reent *r, size_t, size_t);
50 void (*_abort)(void);
51 int (*_system_r)(struct _reent *r, const char*);
52 int (*_rename_r)(struct _reent *r, const char*, const char*);
53 clock_t (*_times_r)(struct _reent *r, struct tms *);
[all …]
/hal_espressif-3.6.0/components/esp_rom/include/esp32/rom/
Dlibc_stubs.h42 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.6.0/components/esp_rom/include/esp32s2/rom/
Dlibc_stubs.h42 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 …]