Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 52 of 52 for Main (0.16 sec)

  1. src/cmd/asm/internal/asm/asm.go

    		*targetAddr = *target
    	case target.Type == obj.TYPE_MEM && (target.Name == obj.NAME_EXTERN || target.Name == obj.NAME_STATIC):
    		// JMP main·morestack(SB)
    		*targetAddr = *target
    	case target.Type == obj.TYPE_INDIR && (target.Name == obj.NAME_EXTERN || target.Name == obj.NAME_STATIC):
    		// JMP *main·morestack(SB)
    		*targetAddr = *target
    		targetAddr.Type = obj.TYPE_INDIR
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 25.3K bytes
    - Viewed (0)
  2. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const RTPROT_ZEBRA ideal-int
    pkg syscall (linux-arm-cgo), const RT_CLASS_DEFAULT ideal-int
    pkg syscall (linux-arm-cgo), const RT_CLASS_LOCAL ideal-int
    pkg syscall (linux-arm-cgo), const RT_CLASS_MAIN ideal-int
    pkg syscall (linux-arm-cgo), const RT_CLASS_MAX ideal-int
    pkg syscall (linux-arm-cgo), const RT_CLASS_UNSPEC ideal-int
    pkg syscall (linux-arm-cgo), const RT_SCOPE_HOST ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top