Searched refs:syscall_table_size (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c1170 const UInt syscall_table_size local
1174 if (sysno < syscall_table_size) {
H A Dsyswrap-amd64-linux.c1088 const UInt syscall_table_size local
1092 if (sysno < syscall_table_size) {
H A Dsyswrap-ppc32-linux.c1268 const UInt syscall_table_size local
1272 if (sysno < syscall_table_size) {
H A Dsyswrap-s390x-linux.c1058 const UInt syscall_table_size local
1062 if (sysno < syscall_table_size) {
H A Dpriv_syswrap-darwin.h48 extern const UInt ML_(syscall_table_size);
H A Dpriv_types_n_macros.h204 extern const UInt ML_(syscall_table_size);
H A Dsyswrap-tilegx-linux.c1372 const UInt syscall_table_size local
1376 if (sysno < syscall_table_size) {
H A Dsyswrap-x86-linux.c1829 const UInt syscall_table_size local
1833 if (sysno < syscall_table_size) {
H A Dsyswrap-main.c1373 if (idx >= 0 && idx < ML_(syscall_table_size) &&
H A Dsyswrap-darwin.c10086 const UInt ML_(syscall_table_size) = variable

Completed in 312 milliseconds