[][src]Function libscmp::resolve_syscall_name_arch

pub fn resolve_syscall_name_arch<N: AsRef<OsStr>>(
    arch: Arch,
    name: N
) -> Option<c_int>

Look up the number of the syscall with the given name on the given architecture.