Searched refs:linux_sigtramp_code (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Damd64-linux-tdep.c76 static const unsigned char linux_sigtramp_code[] =
84 #define LINUX_SIGTRAMP_LEN (sizeof linux_sigtramp_code)
116 if (memcmp (buf, linux_sigtramp_code, LINUX_SIGTRAMP_LEN) != 0)
75 static const unsigned char linux_sigtramp_code[] = variable
H A Di386-linux-tdep.c110 static const unsigned char linux_sigtramp_code[] =
117 #define LINUX_SIGTRAMP_LEN (sizeof linux_sigtramp_code)
160 if (memcmp (buf, linux_sigtramp_code, LINUX_SIGTRAMP_LEN) != 0)
109 static const unsigned char linux_sigtramp_code[] = variable
H A Dm32r-linux-tdep.c80 static const unsigned char linux_sigtramp_code[] = {
105 if (memcmp (buf, linux_sigtramp_code, 2) == 0)
114 if (memcmp (buf, linux_sigtramp_code, 4) != 0)
79 static const unsigned char linux_sigtramp_code[] = { variable

Completed in 98 milliseconds