5#include <clues/dso_export.h>
40enum class SystemCallNrX32 : uint64_t {
constexpr uint64_t X32_SYSCALL_BIT
Native system call numbers as used by Linux on the x32 ABI.
SystemCallNr
Abstract system call number usable across architectures and ABIs.
clues::SystemCallNr to_generic(const SystemCallNrAARCH64 nr)
Convert the native system call nr. into its generic representation.