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

  /src/external/gpl3/gdb/dist/gdb/
utils.c 990 int target_char = -2; /* Initialize to avoid GCC warnings. */
1055 if (!host_char_to_target (gdbarch, c, &target_char))
1059 return target_char;
986 int target_char = -2; \/* Initialize to avoid GCC warnings. *\/ local
  /src/external/gpl3/gdb.old/dist/gdb/
utils.c 985 int target_char = -2; /* Initialize to avoid GCC warnings. */
1050 if (!host_char_to_target (gdbarch, c, &target_char))
1054 return target_char;
981 int target_char = -2; \/* Initialize to avoid GCC warnings. *\/ local

Completed in 18 milliseconds