Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _rt0_arm_windows (0.47 sec)

  1. src/runtime/rt0_windows_arm.s

    #include "go_asm.h"
    #include "go_tls.h"
    #include "textflag.h"
    
    // This is the entry point for the program from the
    // kernel for an ordinary -buildmode=exe program.
    TEXT _rt0_arm_windows(SB),NOSPLIT|NOFRAME,$0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 18 22:18:23 UTC 2018
    - 386 bytes
    - Viewed (0)
  2. src/runtime/rt0_windows_arm64.s

    #include "go_asm.h"
    #include "go_tls.h"
    #include "textflag.h"
    
    // This is the entry point for the program from the
    // kernel for an ordinary -buildmode=exe program.
    TEXT _rt0_arm64_windows(SB),NOSPLIT|NOFRAME,$0
    	B	·rt0_go(SB)
    
    TEXT _rt0_arm64_windows_lib(SB),NOSPLIT|NOFRAME,$0
    	MOVD	$_rt0_arm64_windows_lib_go(SB), R0
    	MOVD	$0, R1
    	MOVD	_cgo_sys_thread_create(SB), R2
    	B	(R2)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 01 14:25:13 UTC 2023
    - 733 bytes
    - Viewed (0)
Back to top