Home
last modified time | relevance | path

Searched refs:stackout (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sal/osl/unx/
H A Dsignal.c580 FILE *xmlout = NULL, *stackout = NULL, *checksumout = NULL; in ReportCrash() local
597 stackout = fdopen( fdstk , "w" ); in ReportCrash()
605 if ( xmlout && stackout && checksumout ) in ReportCrash()
615 fprintf( stackout, "0x%" SAL_PRIxUINTPTR ":", in ReportCrash()
675 fprintf( stackout, " 0x%" SAL_PRI_SIZET "x:", dynamic_offset); in ReportCrash()
678 fprintf( stackout, " %s + 0x%" SAL_PRI_PTRDIFFT "x", in ReportCrash()
695 fprintf( stackout, " ????????" ); in ReportCrash()
699 fputs( " (", stackout ); in ReportCrash()
700 fputs_xml( dl_info.dli_sname, stackout ); in ReportCrash()
701 fprintf( stackout, " + 0x%" SAL_PRI_PTRDIFFT "x)", in ReportCrash()
[all …]