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

  /src/external/gpl3/gcc/dist/libgfortran/runtime/
stop.c 133 stop_string (const char *string, size_t len, bool quiet) function
minimal.c 343 stop_string (const char *string, size_t len, bool quiet) function
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
stop.c 133 stop_string (const char *string, size_t len, bool quiet) function
minimal.c 343 stop_string (const char *string, size_t len, bool quiet) function
  /src/external/gpl3/gdb.old/dist/gdb/
frame.c 195 const char *stop_string; member in struct:frame_info
2501 char *stop_string; local
2505 Allocate using stack local STOP_STRING then assign the
2506 pointer to the frame, this allows the STOP_STRING on the
2509 stop_string = (char *) frame_obstack_zalloc (size);
2510 memcpy (stop_string, ex.what (), size);
2511 this_frame->stop_string = stop_string;
3254 if (fi->stop_string != NULL)
3255 return fi->stop_string;
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
frame.c 194 const char *stop_string; member in struct:frame_info
2501 char *stop_string; local
2505 Allocate using stack local STOP_STRING then assign the
2506 pointer to the frame, this allows the STOP_STRING on the
2509 stop_string = (char *) frame_obstack_zalloc (size);
2510 memcpy (stop_string, ex.what (), size);
2511 this_frame->stop_string = stop_string;
3249 if (fi->stop_string != NULL)
3250 return fi->stop_string;
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/
libgfortran.h 950 extern _Noreturn void stop_string (const char *, size_t, bool);
951 export_proto(stop_string); variable
  /src/external/gpl3/gcc.old/dist/libgfortran/
libgfortran.h 946 extern _Noreturn void stop_string (const char *, size_t, bool);
947 export_proto(stop_string); variable

Completed in 57 milliseconds