Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dsignal.c570 int iFrame; in ReportCrash() local
604 for ( iFrame = 0; iFrame < nFrames; iFrame++ ) in ReportCrash()
609 SAL_INT_CAST(sal_uIntPtr, stackframes[iFrame]) ); in ReportCrash()
612 iFrame, in ReportCrash()
613 SAL_INT_CAST(sal_uIntPtr, stackframes[iFrame]) in ReportCrash()
619 if ( dladdr( stackframes[iFrame], &dl_info) ) in ReportCrash()
673 (char*)stackframes[iFrame] - (char*)dl_info.dli_fbase in ReportCrash()
676 …fprintf( xmlout, " rel=\"0x%" SAL_PRI_PTRDIFFT "x\"", (char *)stackframes[iFrame] - (char *)dl_inf… in ReportCrash()
695 (char*)stackframes[iFrame] - (char*)dl_info.dli_saddr ); in ReportCrash()
700 (char *)stackframes[iFrame] - (char *)dl_info.dli_saddr ); in ReportCrash()

Completed in 14 milliseconds