Function libscmp::resolve_syscall_name_rewrite[][src]

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

Look up the number of the syscall with the given name on the given architecture, modifying the syscall number for multiplexed syscalls.