Lines Matching defs:syscall_instr
42 static uchar_t syscall_instr[] = { 0x0f, 0x05 };
96 if (Pread(P, instr, sizeof (syscall_instr), addr) !=
97 sizeof (syscall_instr) ||
98 memcmp(instr, syscall_instr, sizeof (syscall_instr)) != 0)
120 if (Pissyscall(P, addr - sizeof (syscall_instr))) {
122 *dst = addr - sizeof (syscall_instr);
141 if (buflen >= sizeof (syscall_instr) &&
142 memcmp(buf, syscall_instr, sizeof (syscall_instr)) == 0)