Searched refs:check_syscall (Results 1 – 4 of 4) sorted by relevance
/external/strace/tests-m32/ |
D | filtering_syscall-syntax.test | 33 check_syscall() function 74 check_syscall "$arg" "$arg" 75 check_syscall "!$arg" "!$arg" 89 check_syscall "$arg" "$arg" 90 check_syscall "$arg" "!$arg" 91 check_syscall "$arg" "1,$arg" 95 check_syscall "$arg" "1,$arg" 111 check_syscall nonsense "$arg,nonsense" 112 check_syscall nonsense "!$arg,nonsense" 113 check_syscall nonsense "nonsense,$arg" [all …]
|
/external/strace/tests-mx32/ |
D | filtering_syscall-syntax.test | 33 check_syscall() function 74 check_syscall "$arg" "$arg" 75 check_syscall "!$arg" "!$arg" 89 check_syscall "$arg" "$arg" 90 check_syscall "$arg" "!$arg" 91 check_syscall "$arg" "1,$arg" 95 check_syscall "$arg" "1,$arg" 111 check_syscall nonsense "$arg,nonsense" 112 check_syscall nonsense "!$arg,nonsense" 113 check_syscall nonsense "nonsense,$arg" [all …]
|
/external/strace/tests/ |
D | filtering_syscall-syntax.test | 33 check_syscall() function 74 check_syscall "$arg" "$arg" 75 check_syscall "!$arg" "!$arg" 89 check_syscall "$arg" "$arg" 90 check_syscall "$arg" "!$arg" 91 check_syscall "$arg" "1,$arg" 95 check_syscall "$arg" "1,$arg" 111 check_syscall nonsense "$arg,nonsense" 112 check_syscall nonsense "!$arg,nonsense" 113 check_syscall nonsense "nonsense,$arg" [all …]
|
/external/google-breakpad/src/tools/mac/dump_syms/ |
D | macho_dump.cc | 63 int check_syscall(int result, const char *operation, const char *filename) { in check_syscall() function 123 int fd = check_syscall(open(filename, O_RDONLY), "opening", filename); in DumpFile() 125 check_syscall(fstat(fd, &attributes), in DumpFile() 130 check_syscall(mapping == (void *)-1 ? -1 : 0, in DumpFile()
|