CHECKFORSYSCALLS(1) CHECKFORSYSCALLS(1)
NAME
check_for_syscalls - check for embedded syscalls in an object file.
SYNOPSIS
/usr/bin/checkforsyscalls [ -syscalls syscall_file ] file
DESCRIPTION
checkforsyscalls finds embedded system calls in an object file. An
ABI-compliant program may not directly do system calls, it must invoke an
ABI-compliant DSO to access system services.
-syscalls syscall_file
This file is used to translate from system call numbers to names.
The default is /usr/lib/abi/data/syscall.names.
FILES
/usr/lib/abi/data/syscall.names
Page 1