Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for nextGen (0.12 sec)

  1. src/syscall/zerrors_solaris_amd64.go

    	F_WRDNY                       = 0x2
    	F_WRLCK                       = 0x2
    	HUPCL                         = 0x400
    	ICANON                        = 0x2
    	ICRNL                         = 0x100
    	IEXTEN                        = 0x8000
    	IFF_ADDRCONF                  = 0x80000
    	IFF_ALLMULTI                  = 0x200
    	IFF_ANYCAST                   = 0x400000
    	IFF_BROADCAST                 = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/macho.go

    	s3 := ldr.SymSize(ctxt.ArchSyms.LinkEditGOT)
    	ml.data[12] = uint32(base + s1)     /* indirectsymoff */
    	ml.data[13] = uint32((s2 + s3) / 4) /* nindirectsyms */
    
    	ml.data[14] = 0 /* extreloff */
    	ml.data[15] = 0 /* nextrel */
    	ml.data[16] = 0 /* locreloff */
    	ml.data[17] = 0 /* nlocrel */
    }
    
    func doMachoLink(ctxt *Link) int64 {
    	machosymtab(ctxt)
    	machoDyldInfo(ctxt)
    
    	ldr := ctxt.loader
    
    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