Home
last modified time | relevance | path

Searched refs:syscall_table_size (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-ppc64-linux.c1170 const UInt syscall_table_size in ML_() local
1174 if (sysno < syscall_table_size) { in ML_()
Dsyswrap-ppc32-linux.c1269 const UInt syscall_table_size in ML_() local
1273 if (sysno < syscall_table_size) { in ML_()
Dsyswrap-s390x-linux.c1059 const UInt syscall_table_size in ML_() local
1063 if (sysno < syscall_table_size) { in ML_()
Dsyswrap-amd64-linux.c1087 const UInt syscall_table_size in ML_() local
1091 if (sysno < syscall_table_size) { in ML_()
Dsyswrap-tilegx-linux.c1375 const UInt syscall_table_size in ML_() local
1379 if (sysno < syscall_table_size) { in ML_()
Dpriv_syswrap-darwin.h48 extern const UInt ML_(syscall_table_size);
Dsyswrap-x86-linux.c1833 const UInt syscall_table_size in ML_() local
1837 if (sysno < syscall_table_size) { in ML_()
Dpriv_types_n_macros.h204 extern const UInt ML_(syscall_table_size);
Dsyswrap-main.c1626 if (idx >= 0 && idx < ML_(syscall_table_size) && in get_syscall_entry()
Dsyswrap-solaris.c10504 const UInt syscall_table_size local
10515 size = syscall_table_size;
Dsyswrap-darwin.c10498 const UInt ML_(syscall_table_size) =
/external/valgrind/docs/internals/
Dporting-to-ARM.txt93 const UInt ML_(syscall_table_size) =