Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/syscall_hooks/
Dsyscall_hooks.c45 int set_syscall_hooks(const char *hooks_table, int table_len, void *hooks_entry, int reset, int **t… in set_syscall_hooks() argument
50 if (hooks_table == NULL || hooks_entry == NULL || tid_addr == NULL || in set_syscall_hooks()
64 g_syscall_hooks_table = hooks_table; in set_syscall_hooks()
/third_party/musl/porting/linux/user/include/
Dsyscall_hooks.h4 int set_syscall_hooks(const char *hooks_table, int table_len, void *hooks_entry, int reset, int **t…