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

/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-darwin.h47 extern const UInt ML_(syscall_table_size);
H A Dsyswrap-ppc64-linux.c1475 const UInt syscall_table_size local
1479 if (sysno < syscall_table_size) {
H A Dpriv_types_n_macros.h180 extern const UInt ML_(syscall_table_size);
H A Dsyswrap-amd64-linux.c1430 const UInt syscall_table_size local
1434 if (sysno < syscall_table_size) {
H A Dsyswrap-ppc32-linux.c1835 const UInt syscall_table_size local
1839 if (sysno < syscall_table_size) {
H A Dsyswrap-s390x-linux.c1510 const UInt syscall_table_size local
1514 if (sysno < syscall_table_size) {
H A Dsyswrap-x86-linux.c2238 const UInt syscall_table_size local
2242 if (sysno < syscall_table_size) {
H A Dsyswrap-main.c1117 if (idx >= 0 && idx < ML_(syscall_table_size) &&
H A Dsyswrap-darwin.c8442 const UInt ML_(syscall_table_size) = variable

Completed in 798 milliseconds