Lines Matching refs:stackout
573 FILE *xmlout = NULL, *stackout = NULL, *checksumout = NULL; in ReportCrash() local
590 stackout = fdopen( fdstk , "w" ); in ReportCrash()
598 if ( xmlout && stackout && checksumout ) in ReportCrash()
608 fprintf( stackout, "0x%" SAL_PRIxUINTPTR ":", in ReportCrash()
668 fprintf( stackout, " 0x%" SAL_PRI_SIZET "x:", dynamic_offset); in ReportCrash()
671 fprintf( stackout, " %s + 0x%" SAL_PRI_PTRDIFFT "x", in ReportCrash()
688 fprintf( stackout, " ????????" ); in ReportCrash()
692 fputs( " (", stackout ); in ReportCrash()
693 fputs_xml( dl_info.dli_sname, stackout ); in ReportCrash()
694 fprintf( stackout, " + 0x%" SAL_PRI_PTRDIFFT "x)", in ReportCrash()
706 fprintf( stackout, " ????????" ); in ReportCrash()
709 fprintf( stackout, "\n" ); in ReportCrash()
724 if ( stackout ) in ReportCrash()
725 fclose( stackout ); in ReportCrash()