Searched refs:sigtramp_retcode (Results 1 – 2 of 2) sorted by relevance
140 static const unsigned char sigtramp_retcode[] = variable162 if (memcmp (w, sigtramp_retcode + (i * 4), 4) == 0) in alphanbsd_sigtramp_offset()174 if (memcmp (ret, sigtramp_retcode, RETCODE_SIZE) == 0) in alphanbsd_sigtramp_offset()
126 static const unsigned char sigtramp_retcode[] = variable138 unsigned char ret[sizeof(sigtramp_retcode)], insn; in i386nbsd_sigtramp_offset()180 if (memcmp (ret, sigtramp_retcode, sizeof (ret)) == 0) in i386nbsd_sigtramp_offset()