Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 52 of 52 for main (0.15 sec)

  1. api/go1.1.txt

    pkg log/syslog (darwin-386), const LOG_LOCAL7 Priority
    pkg log/syslog (darwin-386), const LOG_LPR = 48
    pkg log/syslog (darwin-386), const LOG_LPR Priority
    pkg log/syslog (darwin-386), const LOG_MAIL = 16
    pkg log/syslog (darwin-386), const LOG_MAIL Priority
    pkg log/syslog (darwin-386), const LOG_NEWS = 56
    pkg log/syslog (darwin-386), const LOG_NEWS Priority
    pkg log/syslog (darwin-386), const LOG_NOTICE = 5
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (1)
  2. 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)
Back to top