Lines Matching refs:stackout
580 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()
713 fprintf( stackout, " ????????" ); in ReportCrash()
716 fprintf( stackout, "\n" ); in ReportCrash()
731 if ( stackout ) in ReportCrash()
732 fclose( stackout ); in ReportCrash()