HomeSort by: relevance | last modified time | path
    Searched defs:sigtramp_retcode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
alpha-netbsd-tdep.c 189 static const gdb_byte sigtramp_retcode[] =
211 if (memcmp (w, sigtramp_retcode + (i * 4), 4) == 0)
223 if (memcmp (ret, sigtramp_retcode, RETCODE_SIZE) == 0)
188 static const gdb_byte sigtramp_retcode[] = variable
  /src/external/gpl3/gdb.old/dist/gdb/
alpha-netbsd-tdep.c 189 static const gdb_byte sigtramp_retcode[] =
211 if (memcmp (w, sigtramp_retcode + (i * 4), 4) == 0)
223 if (memcmp (ret, sigtramp_retcode, RETCODE_SIZE) == 0)
188 static const gdb_byte sigtramp_retcode[] = variable

Completed in 25 milliseconds