Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sigpanictramp (0.14 sec)

  1. src/runtime/os3_plan9.go

    		// pc == 0, to make unwinding show the context.
    		if pc != 0 && !findfunc(pc).valid() && findfunc(*(*uintptr)(unsafe.Pointer(sp))).valid() {
    			pc = 0
    		}
    
    		// IF LR exists, sigpanictramp must save it to the stack
    		// before entry to sigpanic so that panics in leaf
    		// functions are correctly handled. This will smash
    		// the stack frame but we're not going back there
    		// anyway.
    		if usesLR {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 15:41:45 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. src/runtime/sys_plan9_amd64.s

    	MOVQ	$ERRMAX, 8(SP)
    	CALL	errstr<>(SB)
    	CALL	runtime·findnull(SB)
    	MOVQ	8(SP), AX
    	MOVQ	AX, ret_len+8(FP)
    	MOVQ	0(SP), AX
    	MOVQ	AX, ret_base+0(FP)
    	RET
    
    // never called on this platform
    TEXT ·sigpanictramp(SB),NOSPLIT,$0-0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 01 16:41:22 UTC 2023
    - 4.6K bytes
    - Viewed (0)
Back to top