Home
last modified time | relevance | path

Searched refs:syscall_table_size (Results 1 – 11 of 11) 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.c1268 const UInt syscall_table_size in ML_() local
1272 if (sysno < syscall_table_size) { in ML_()
Dsyswrap-amd64-linux.c1088 const UInt syscall_table_size in ML_() local
1092 if (sysno < syscall_table_size) { in ML_()
Dsyswrap-s390x-linux.c1058 const UInt syscall_table_size in ML_() local
1062 if (sysno < syscall_table_size) { in ML_()
Dsyswrap-tilegx-linux.c1372 const UInt syscall_table_size in ML_() local
1376 if (sysno < syscall_table_size) { in ML_()
Dpriv_syswrap-darwin.h48 extern const UInt ML_(syscall_table_size);
Dsyswrap-x86-linux.c1829 const UInt syscall_table_size in ML_() local
1833 if (sysno < syscall_table_size) { in ML_()
Dpriv_types_n_macros.h204 extern const UInt ML_(syscall_table_size);
Dsyswrap-main.c1373 if (idx >= 0 && idx < ML_(syscall_table_size) && in get_syscall_entry()
Dsyswrap-darwin.c10086 const UInt ML_(syscall_table_size) =
/external/valgrind/docs/internals/
Dporting-to-ARM.txt93 const UInt ML_(syscall_table_size) =