Home
last modified time | relevance | path

Searched refs:linux_syscall (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Di386-linux-nat.c733 static const unsigned char linux_syscall[] = { 0xcd, 0x80 }; variable
735 #define LINUX_SYSCALL_LEN (sizeof linux_syscall)
787 && memcmp (buf, linux_syscall, LINUX_SYSCALL_LEN) == 0) in child_resume()