Searched refs:sigtramp_retcode (Results 1 – 2 of 2) sorted by relevance
141 static const unsigned char sigtramp_retcode[] = variable163 if (memcmp (w, sigtramp_retcode + (i * 4), 4) == 0) in alphanbsd_sigtramp_offset()175 if (memcmp (ret, sigtramp_retcode, RETCODE_SIZE) == 0) in alphanbsd_sigtramp_offset()
125 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()