Searched refs:stackout (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/sal/osl/unx/ |
| H A D | signal.c | 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() [all …]
|