Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/syscall_hooks/
Dsyscall_hooks.c26 volatile const char *g_syscall_hooks_table __attribute__((aligned(8))) = NULL; variable
61 g_syscall_hooks_table = NULL; in set_syscall_hooks()
64 g_syscall_hooks_table = hooks_table; in set_syscall_hooks()
/third_party/musl/porting/linux/user/src/internal/
Dsyscall_hooks.h22 extern hidden volatile const char *g_syscall_hooks_table __attribute__((aligned(8)));
27 return g_syscall_hooks_table != NULL && g_syscall_hooks_table[n] != 0; in is_syscall_hooked()