Module: sys.platform.raw.linux_amd64

Source: ./sys/platform/raw/linux_amd64.reef


Overview

sys.platform.raw.linux_amd64 - Linux AMD64 raw syscall interface

Direct syscall wrappers for Linux on AMD64 (x86-64) that bypass libc entirely, enabling true libc-free binaries.

Syscall ABI (Linux x86-64):

  • Syscall number: RAX
  • Arguments: RDI, RSI, RDX, R10, R8, R9
  • Return value: RAX (negative values indicate -errno)
  • Clobbered: RCX, R11

Generated by reefc doc