CHECK_FOR_SYSCALLS(1) CHECK_FOR_SYSCALLS(1)
check_for_syscalls - check for embedded syscalls in an object file.
/usr/bin/check_for_syscalls [ -syscalls syscall_file ] file
check_for_syscalls 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.
/usr/lib/abi/data/syscall.names
PPPPaaaaggggeeee 1111 [ Back ]
|