Searched refs:g_syscall_hooks_table (Results 1 – 2 of 2) sorted by relevance
26 volatile const char *g_syscall_hooks_table __attribute__((aligned(8))) = NULL; variable61 g_syscall_hooks_table = NULL; in set_syscall_hooks()64 g_syscall_hooks_table = hooks_table; in set_syscall_hooks()
22 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()