Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newMachoLoad (0.1 sec)

  1. src/cmd/link/internal/ld/macho.go

    		case sys.AMD64:
    			ml := newMachoLoad(ctxt.Arch, LC_UNIXTHREAD, 42+2)
    			ml.data[0] = 4                           /* thread type */
    			ml.data[1] = 42                          /* word count */
    			ml.data[2+32] = uint32(Entryvalue(ctxt)) /* start pc */
    			ml.data[2+32+1] = uint32(Entryvalue(ctxt) >> 32)
    
    		case sys.ARM64:
    			ml := newMachoLoad(ctxt.Arch, LC_MAIN, 4)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:32:53 UTC 2024
    - 43.9K bytes
    - Viewed (0)
Back to top