Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _rt0_loong64_linux_lib (0.28 sec)

  1. src/runtime/rt0_linux_loong64.s

    	// There is no TLS base pointer.
    	MOVW	0(R3), R4	// argc
    	ADDV	$8, R3, R5	// argv
    	JMP	main(SB)
    
    // When building with -buildmode=c-shared, this symbol is called when the shared
    // library is loaded.
    TEXT _rt0_loong64_linux_lib(SB),NOSPLIT,$168
    	// Preserve callee-save registers.
    	SAVE_R22_TO_R31(3*8)
    	SAVE_F24_TO_F31(13*8)
    
    	// Initialize g as nil in case of using g later e.g. sigaction in cgo_sigaction.go
    	MOVV	R0, g
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 10 15:50:43 UTC 2023
    - 2K bytes
    - Viewed (0)
Back to top