Search notes:

/usr/include/sys/syscall.h

sys/syscall.h can be included to pull the syscall numbers. Those constants are defined as macros with a SYS_ prefix (for example SYS_exit).

See also

arch/x86/entry/syscalls/syscall_64.tbl
/usr/include/sys

Index