Searched refs:syscall_table (Results 1 – 7 of 7) sorted by relevance
61 const char* const* syscall_table = nullptr; in SetArchitecture() local66 syscall_table = &kSyscalls_ArmEabi[0]; in SetArchitecture()70 syscall_table = &kSyscalls_Aarch32[0]; in SetArchitecture()74 syscall_table = &kSyscalls_Aarch64[0]; in SetArchitecture()78 syscall_table = &kSyscalls_x86_64[0]; in SetArchitecture()82 syscall_table = &kSyscalls_x86[0]; in SetArchitecture()86 syscall_table = &kSyscalls_Unknown[0]; in SetArchitecture()92 if (i < num_syscalls && syscall_table[i] && *syscall_table[i]) { in SetArchitecture()93 const char* name = syscall_table[i]; in SetArchitecture()
53 const struct syscall_entry syscall_table[] = {59 sizeof(syscall_table) / sizeof(syscall_table[0]);
14 extern const struct syscall_entry syscall_table[];
26 for (const struct syscall_entry* entry = syscall_table; entry->name; in main()
159 const struct syscall_entry *entry = syscall_table; in lookup_syscall()175 const struct syscall_entry *entry = syscall_table; in lookup_syscall_name()
631 const struct syscall_entry *entry = syscall_table; in seccomp_filter_usage()
5 const struct syscall_entry syscall_table[] = { variable1045 sizeof(syscall_table) / sizeof(syscall_table[0]);